KikuGie's Commons
Toggle table of contents
0.3.1
jvm
Platform filter
jvm
Switch theme
Search in API
KikuGie's Commons
KikuGie's Commons
/
dev.kikugie.commons.ranges
/
merge
merge
infix
fun
IntRange
.
merge
(
other
:
IntRange
)
:
IntRange
(
source
)
infix
fun
LongRange
.
merge
(
other
:
LongRange
)
:
LongRange
(
source
)
Creates a union of
this
and the
other
range
if they overlap
, otherwise returns
LongRange.EMPTY
.